ci(arxiv-digest): earlier cron for reliable pre-wake UK delivery - #66
Merged
Conversation
…delivery GitHub cron only jitters later (0-3h), so 06:00 UTC could slip to ~10:00 BST — after UK scientists have started their day. arXiv announces at 20:00 ET (~01:00 UK), so papers are ready overnight; run at 02:00 UTC (03:00 BST nominal, worst-case ~06:00 BST) so the digest is waiting in #papers before morning coffee. Comment updated to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The daily strong-lensing #papers digest was scheduled
0 6 * * 1-5(06:00 UTC). GitHub Actions cron only ever jitters later (0–3 h under load), never earlier, so on a congested morning it could slip to ~10:00 BST — after UK scientists have already started their day. (This morning, 2026-07-13, its first-ever scheduled weekday, the sibling morning workflows landed 08:09–10:12, confirming the delay.)Fact-check on arXiv timing
arXiv announces new astro-ph at 20:00 US Eastern, Sun–Thu (availability docs) = ~01:00 UK (00:00 UTC summer / 01:00 UTC winter). So papers are live in the small hours — there is no "just after arXiv, in the morning" window; the papers are ready ~6 h before wake-up. The job just needs to deliver into #papers before the user is up.
Change
0 6 * * 1-5→0 2 * * 1-5(02:00 UTC = 03:00 BST / 02:00 GMT nominal; worst-case +3 h jitter ≈ 05:00–06:00 BST). Digest is waiting over morning coffee, ~2 h after the overnight announcement. Timing comment updated to match. No behaviour change beyond the schedule; Mon–Fri cadence and the Monday 72 h weekend look-back are unchanged.Note: a fixed exact delivery time is not achievable with GitHub cron — this sets the nominal early enough that the worst case still lands pre-wake.
🤖 Generated with Claude Code